ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChartBase<T> Class / FooterStyle Property






In This Topic
    FooterStyle Property (FlexChartBase<T>)
    In This Topic
    Get or set the style of FooterStyle.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FooterStyle As TitleStyle
    'Usage
     
    
    Dim instance As FlexChartBase(Of T)
    Dim value As TitleStyle
     
    value = instance.FooterStyle
    public TitleStyle FooterStyle {get;}
    public read-only property FooterStyle: TitleStyle; 
    public function get FooterStyle : TitleStyle
    public: __property TitleStyle* get_FooterStyle();
    public:
    property TitleStyle^ FooterStyle {
       TitleStyle^ get();
    }
    See Also